0ab08545f28da6c827c6a16021bd05d41e38fdce
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 1"""
4  date="2023-12-05T16:16:35Z"
5  content="""
6 This is EINVAL from probably open(2) or something like that.
7
8        EINVAL The  final  component ("basename") of pathname is invalid (e.g.,
9               it contains characters not permitted by the underlying  filesys‐
10               tem).
11
12 The problem is likely the ending ".", since FAT and probably other Microsoft filesystems
13 don't allow that, and/or have other strange behavior like silently removing that.
14
15 Changed the code to avoid this.
16 """]]